math/big.Int.scaleDenom (method)
9 uses
math/big (current package)
rat.go#L469: func (z *Int) scaleDenom(x *Int, f nat) {
rat.go#L484: a.scaleDenom(&x.a, y.b.abs)
rat.go#L485: b.scaleDenom(&y.a, x.b.abs)
rat.go#L492: a1.scaleDenom(&x.a, y.b.abs)
rat.go#L493: a2.scaleDenom(&y.a, x.b.abs)
rat.go#L502: a1.scaleDenom(&x.a, y.b.abs)
rat.go#L503: a2.scaleDenom(&y.a, x.b.abs)
rat.go#L534: a.scaleDenom(&x.a, y.b.abs)
rat.go#L535: b.scaleDenom(&y.a, x.b.abs)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |